home *** CD-ROM | disk | FTP | other *** search
- n = "0";
- while(n < "28")
- {
- n += "1";
- duplicateMovieClip("bgbox","bgbox" add n,n + "200" + 16384);
- setProperty("bgbox" add n, _X, "10" * boxw + temp2);
- setProperty("bgbox" add n, _Y, (n + "1") * boxh);
- set("x10" add "y" add (n + "1"),temp1);
- duplicateMovieClip("bgbox","bgbox" add (n + "40"),n + "200" + "40" + 16384);
- setProperty("bgbox" add (n + "40"), _X, "25" * boxw + temp2);
- setProperty("bgbox" add (n + "40"), _Y, (n + "1") * boxh);
- set("x25" add "y" add (n + "1"),temp1);
- duplicateMovieClip("bgbox","bgbox" add (n + "80"),n + "200" + "80" + 16384);
- setProperty("bgbox" add (n + "80"), _X, "40" * boxw + temp2);
- setProperty("bgbox" add (n + "80"), _Y, (n + "1") * boxh);
- set("x40" add "y" add (n + "1"),temp1);
- }
- setProperty("bgbox5", _X, "1000");
- x10y6 = "0";
- setProperty("bgbox55", _X, "1000");
- x25y16 = "0";
- setProperty("bgbox105", _X, "1000");
- x40y26 = "0";
-